Equals
Overrides Object
This method determines whether or not the specified object has the same time interval as the current instance.
Declaration
// C# public overridebool Equals(objectobj);
Parameters
-
objThe supplied object.
Return Value
Returns true if the specified object instance is of type OracleIntervalYM and has the same time interval; otherwise, returns false.
Remarks
The following rules apply to the behavior of this method.
-
Any
OracleIntervalYMthat has a value compares greater than anOracleIntervalYMthat has a null value. -
Two
OracleIntervalYMs that contain a null value are equal.