Mono Class Library: System.UInt16 Overview | Members

System.UInt16.Equals Method

Determines whether the current instance and the specified ushort represent the same type.

public bool Equals (ushort obj)

Parameters

obj
Documentation for this section has not yet been entered.

Returns

true if obj represents the same value and type as the current instance; otherwise, false.

Remarks

Note: This method is implemented to support the IEquatable<UInt16> interface.

Requirements

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