Bridge

Int64..::..Equals Method

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

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

Syntax


public bool Equals(
	long other
)
Public Function Equals ( _
	other As Long _
) As Boolean
public:
bool^ Equals(
	long long^ other
)

Parameters

other
Type: System..::..Int64

Return Value

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