Version

Equals Method (SortCondition)

Determines whether the SortCondition is equal to the specified object.
Syntax
public override bool Equals( 
   object obj
)

Parameters

obj
The object to test for equality.

Return Value

True if the object is equal to this instance; False otherwise.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also