StringSegment.IEquatable<String>.Equals(String) メソッド

定義

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

 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

パラメーター

other
String

このオブジェクトと比較するオブジェクト。

戻り値

現在のオブジェクトが other パラメーターと等しい場合は true、それ以外の場合は false です。

実装

適用対象