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

实现

适用于