PocoBaseEqualityComparer Class |
Namespace: SandcastleTest.Generic.POCO
public class PocoBaseEqualityComparer : IEqualityComparer<PocoBase>
The PocoBaseEqualityComparer type exposes the following members.
Name | Description | |
---|---|---|
![]() | PocoBaseEqualityComparer | Initializes a new instance of the PocoBaseEqualityComparer class |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(PocoBase, PocoBase) |
Checks if two PocoBase are equal.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetHashCode(PocoBase) |
Gets the hashcode for a PocoBase |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |