Mono Class Library: System.UInt64 Overview | Members

System.UInt64.Equals Method

Determines whether the current instance and the specified ulong represent the same value. [Edit]

public bool Equals (ulong obj)

Parameters

obj
Documentation for this section has not yet been entered. [Edit]

Returns

true if obj represents the same value as the current instance; otherwise, false. [Edit]

Remarks

Note: This method is implemented to support the IEquatable<UInt64> interface.
[Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0