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