JsonTextPart.Equals(JsonTextPart) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.Platform.JsonСборка: Tessa (в Tessa.dll) Версия: 4.0.5
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.
Booleantrue if the current object is equal to the
other parameter; otherwise,
false.
IEquatable<T>.Equals(T)