Click or drag to resize
UInt16Equals Method (UInt16)
Returns a value indicating whether this instance is equal to a specified UInt16 value.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public bool Equals(
	ushort obj
)

Parameters

obj
Type: SystemUInt16
A 16-bit unsigned integer to compare to this instance.

Return Value

Type: Boolean
true if obj has the same value as this instance; otherwise, false.
See Also