你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Utf8String.Equals 方法

定义

重载

Equals(Utf8Span)
Equals(Utf8String)
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

参数

other
Utf8Span

返回

适用于

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

参数

other
Utf8String

返回

实现

适用于

Equals(Object)

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

参数

other
Object

返回

适用于

Equals(String)

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

参数

other
String

返回

实现

适用于