Overridden operator used to compare to ActivityComments

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

Syntax

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

Parameters

other
Type: Facebook.BindingHelper..::.ActivityComment

[Missing <param name="other"/> documentation for "M:Facebook.BindingHelper.ActivityComment.Equals(Facebook.BindingHelper.ActivityComment)"]

Return Value

[Missing <returns> documentation for "M:Facebook.BindingHelper.ActivityComment.Equals(Facebook.BindingHelper.ActivityComment)"]

Implements

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

See Also