Udostępnij przez


DName.Equals Method

Definition

Overloads

Equals(DName)

Whether two names are equal.

Equals(Object)
Equals(String)

Whether the name is equal to a string value.

Equals(DName)

Whether two names are equal.

public bool Equals(Microsoft.PowerFx.Core.Utils.DName other);
override this.Equals : Microsoft.PowerFx.Core.Utils.DName -> bool
Public Function Equals (other As DName) As Boolean

Parameters

other
DName

Returns

Implements

Applies to

Equals(Object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to

Equals(String)

Whether the name is equal to a string value.

public bool Equals(string other);
override this.Equals : string -> bool
Public Function Equals (other As String) As Boolean

Parameters

other
String

Returns

Implements

Applies to