StringSegment.IEquatable<String>.Equals(String) Méthode

Définition

Indique si l'objet actuel est égal à un autre objet du même type.

 virtual bool System.IEquatable<System.String>.Equals(System::String ^ other) = IEquatable<System::String ^>::Equals;
bool IEquatable<string>.Equals (string other);
abstract member System.IEquatable<System.String>.Equals : string -> bool
override this.System.IEquatable<System.String>.Equals : string -> bool
Function Equals (other As String) As Boolean Implements IEquatable(Of String).Equals

Paramètres

other
String

Objet à comparer à cet objet.

Retours

true si l'objet actuel est égal au paramètre other ; sinon, false.

Implémente

S’applique à