MindFusion.Wpf Pack Programmer's Guide
Measure.Equals Method (Measure)
See Also
 





Determines whether the specified measure is equal to the current measure.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public new bool Equals (
    Measure other
)

Visual Basic  Copy Code

Public Shadows Function Equals( _
    other As Measure _
) As Boolean

 Parameters

other

The object to compare to this measure.

 Return Value

true if the specified measure is equal to this object; otherwise, false.

 See Also

Equals Method Overload List
Measure Members
Measure Class
MindFusion.Spreadsheet.Wpf Namespace