JsonTextPart.Equals(JsonTextPart) - метод

Indicates whether the current object is equal to another object of the same type.

Definition

Пространство имён: Tessa.Platform.Json
Сборка: Tessa (в Tessa.dll) Версия: 4.0.5
C#
public bool Equals(
	JsonTextPart other
)

Параметры

other  JsonTextPart
An object to compare with this object.

Возвращаемое значение

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Реализации

IEquatable<T>.Equals(T)

См. также