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 |
Return Value
Type:
Booleantrue if the objects are equal, otherwise
false.
Implements
IEquatable<(Of <(<'T>)>)>..::..Equals(T)
See Also