Mono Class Library: System.UInt64 Overview | Members

System.UInt64.Equals Method

Determines whether the current instance and the specified object represent the same value and type.

public override bool Equals (object obj)

Parameters

obj
The object to compare to the current instance.

Returns

true if obj represents the same value and type as the current instance. If obj is a null reference or is not an instance of ulong, returns false.

Remarks

Note: This method overrides object.Equals(object).

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0