UtfAnyString.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(Utf8Span) | |
Equals(Utf8String) | |
Equals(UtfAnyString) | |
Equals(Object) | |
Equals(String) |
Equals(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
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)
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET