Version

Equals Method (WorksheetCell)

Determines whether the specified object is another WorksheetCell instance which refers to the same location on the same worksheet as this cell.
Syntax
public override bool Equals( 
   object obj
)

Parameters

obj
The instance to check for equality.

Return Value

True if the cells refer to the same location on the same worksheet; 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