Partager via


UtfAnyString.Equals Méthode

Définition

Surcharges

Equals(Utf8Span)
Equals(Utf8String)
Equals(UtfAnyString)
Equals(Object)
Equals(String)

Equals(Utf8Span)

public bool Equals (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span other);
override this.Equals : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span -> bool
Public Function Equals (other As Utf8Span) As Boolean

Paramètres

other
Utf8Span

Retours

S’applique à

Equals(Utf8String)

public bool Equals (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String other);
override this.Equals : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> bool
Public Function Equals (other As Utf8String) As Boolean

Paramètres

other
Utf8String

Retours

Implémente

S’applique à

Equals(UtfAnyString)

public bool Equals (Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString other);
override this.Equals : Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString -> bool
Public Function Equals (other As UtfAnyString) As Boolean

Paramètres

other
UtfAnyString

Retours

Implémente

S’applique à

Equals(Object)

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

Paramètres

obj
Object

Retours

S’applique à

Equals(String)

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

Paramètres

other
String

Retours

Implémente

S’applique à