CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Serialization.Mobile.ReferenceComparer< T > Class Template Referencesealed

Implements an equality comparer for IMobileObject that compares the objects only on the basis is the reference value. More...

Inheritance diagram for Csla.Serialization.Mobile.ReferenceComparer< T >:

Public Member Functions

bool Equals (T? x, T? y)
int GetHashCode (T obj)

Detailed Description

Implements an equality comparer for IMobileObject that compares the objects only on the basis is the reference value.

Template Parameters
TType of objects to compare.

Member Function Documentation

◆ Equals()

bool Csla.Serialization.Mobile.ReferenceComparer< T >.Equals ( T? x,
T? y )
inline

◆ GetHashCode()

int Csla.Serialization.Mobile.ReferenceComparer< T >.GetHashCode ( T obj)
inline


The documentation for this class was generated from the following file: