Charting for WinForms Programmer's Guide
Length.Equals Method
See Also
 






ValueType.Equals override. Compares an object to an instance of Length for equality.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj

The object to compare.

 Return Value

true if the lengths are equal; otherwise, false.

 See Also

Length Members
Length Structure
MindFusion.Gauges Namespace