JsonTextPartEquals(JsonTextPart) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.Platform.JsonСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public bool Equals(
JsonTextPart other
)
Public Function Equals (
other As JsonTextPart
) As Boolean
public:
virtual bool Equals(
JsonTextPart other
) sealed
abstract Equals :
other : JsonTextPart -> bool
override Equals :
other : JsonTextPart -> bool
- other JsonTextPart
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)