Class EbicsContactNameComparer
Compares the ContactName of two EbicsContact instances.
Inheritance
System.Object
EbicsContactNameComparer
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: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsContactNameComparer : IComparer
Properties
Default
Declaration
public static EbicsContactNameComparer Default { get; }
Property Value
Type | Description |
---|---|
EbicsContactNameComparer |
Methods
Compare(Object, Object)
Compares the ContactName of two EbicsContact instances.
Declaration
public int Compare(object x, object y)
Parameters
Type | Name | Description |
---|---|---|
System.Object | x | |
System.Object | y |
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.Collections.IComparer