Luid.Equals Method (Luid)

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Indicates whether this instance and a specified object are equal.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public bool Equals(
	Luid other
)
Visual Basic
Public Function Equals ( 
	other As Luid
) As Boolean
Visual C++
public:
virtual bool Equals(
	Luid other
) sealed
F#
abstract Equals : 
        other : Luid -> bool 
override Equals : 
        other : Luid -> bool 

Parameters

other
Type: DotRas..::..Luid
The Luid to compare the current instance to.

Return Value

Type: Boolean
true if the objects are equal, otherwise false.

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also