Class VectorIntEqualityComparer
Inheritance
System.Object
VectorIntEqualityComparer
Implements
System.Collections.Generic.IEqualityComparer<VectorInt>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class VectorIntEqualityComparer : IEqualityComparer<VectorInt>
Constructors
VectorIntEqualityComparer()
Declaration
public VectorIntEqualityComparer()
Methods
Equals(VectorInt, VectorInt)
Declaration
public bool Equals(VectorInt a, VectorInt b)
Parameters
| Type | Name | Description |
|---|---|---|
| VectorInt | a | |
| VectorInt | b |
Returns
| Type | Description |
|---|---|
| System.Boolean |
GetHashCode(VectorInt)
Declaration
public int GetHashCode(VectorInt vector)
Parameters
| Type | Name | Description |
|---|---|---|
| VectorInt | vector |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.Generic.IEqualityComparer<T>