Class BridgeComparer
Helper class to comparer two Bridge objects by Offset.
Inheritance
System.Object
BridgeComparer
Implements
System.Collections.IComparer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public class BridgeComparer : IComparer
Constructors
BridgeComparer()
Declaration
public BridgeComparer()
Methods
Compare(Object, Object)
Compares two objects and returns a value indicating whether one is less than, equal to or greater than the other.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | First object to compare. |
System.Object | y | Second object to compare. |
Returns
Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
System.Int32 |
|
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Neither -or-
|
Implements
System.Collections.IComparer