Equals
Overrides Object
This method determines whether or not an object has the same date and time as the current OracleTimeStampLTZ instance.
Declaration
// C#
public override bool Equals(object obj);Parameters
-
objThe object being compared to the current
OracleTimeStampLTZinstance.
Return Value
Returns true if the obj is of type OracleTimeStampLTZ and represents the same date and time; otherwise, returns false.
Remarks
The following rules apply to the behavior of this method.
-
Any
OracleTimeStampLTZthat has a value is greater than anOracleTimeStampLTZthat has a null value. -
Two
OracleTimeStampLTZs that contain a null value are equal.