Checks if 2 posts are same

Namespace:  Facebook.BindingHelper
Assembly:  Facebook (in Facebook.dll) Version: 3.0.1.0 (3.0.1)

Syntax

C#
public bool Equals(
	ActivityPost other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As ActivityPost _
) As Boolean
Visual C++
public:
virtual bool Equals(
	ActivityPost^ other
) sealed

Parameters

other
Type: Facebook.BindingHelper..::.ActivityPost
Post to compare with

Return Value

true if the posts are same

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

See Also