pmMDA.NET

PmMdaTimestampType.Equals Method (Object, Object)

[This is preliminary documentation and subject to change.]

Compare two instances of the class mapped by this type for "equality".

public override bool Equals(
   object x,
   object y
);

Parameters

x
The left hand side object.
y
The right hand side object.

Return Value

true if the two objects contain the same values; otherwise, false.

Implements

IType.Equals

Exceptions

Exception Type Condition
InvalidCastException x or y is not null and not from type DateTime.

See Also

PmMdaTimestampType Class | PmMda.Net.NHibernate Namespace | PmMdaTimestampType.Equals Overload List