Utf8Span.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)
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
Returns
Equals(Object)
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
Returns
Equals(String)
public bool Equals (string other);
override this.Equals : string -> bool
Public Function Equals (other As String) As Boolean
Parameters
Returns