UtfAnyString.Equals Method

Definition

Overloads

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

Parameters

other
Utf8Span

Returns

Applies to

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

Parameters

other
Utf8String

Returns

Implements

Applies to

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

Parameters

other
UtfAnyString

Returns

Implements

Applies to

Equals(Object)

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)

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