LocalizableString.AreEqual(Object) 方法

定义

提供 Equals 的实现。 如果此方法引发异常,则等值将提供默认值。

protected:
 abstract bool AreEqual(System::Object ^ other);
protected abstract bool AreEqual (object other);
protected abstract bool AreEqual (object? other);
abstract member AreEqual : obj -> bool
Protected MustOverride Function AreEqual (other As Object) As Boolean

参数

other
Object

返回

适用于