Determines whether the specified measure is equal to the current measure.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public new bool Equals ( |
Visual Basic
Copy Code
|
|---|
Public Shadows Function Equals( _ |
The object to compare to this measure.
true if the specified measure is equal to this object; otherwise, false.
See Also