Bridge

UInt64..::..Equals Method

Returns a value indicating whether this instance is equal to a specified UInt64 value.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public bool Equals(
	ulong other
)
Public Function Equals ( _
	other As ULong _
) As Boolean
public:
bool^ Equals(
	unsigned long long^ other
)

Parameters

other
Type: System..::..UInt64

Return Value

true if obj has the same value as this instance; otherwise, false.