JsonPropertyEquals(Object) Method

Determines whether the specified object is equal to this instance.

Definition

Namespace: KGySoft.Json
Assembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
An Object to compare with this instance.

Return Value

Boolean
if the specified object is equal to this instance; otherwise, .

See Also