Click or drag to resize

PocoBaseEqualityComparer Class

Checks a PocoBase for equality
Inheritance Hierarchy
SystemObject
  SandcastleTest.Generic.POCOPocoBaseEqualityComparer

Namespace:  SandcastleTest.Generic.POCO
Assembly:  SandcastleTest (in SandcastleTest.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PocoBaseEqualityComparer : IEqualityComparer<PocoBase>

The PocoBaseEqualityComparer type exposes the following members.

Constructors
  NameDescription
Public methodPocoBaseEqualityComparer
Initializes a new instance of the PocoBaseEqualityComparer class
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(PocoBase, PocoBase)
Checks if two PocoBase are equal.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetHashCode(PocoBase)
Gets the hashcode for a PocoBase
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also