Equals(Object?) Method

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Determines whether the specified System.Object is equal to the current System.Object.

public override bool Equals(object? obj)

Parameters

obj
Object

The System.Object to compare with the current System.Object.

Returns

Boolean
true if the specified System.Object is equal to the current System.Object; otherwise, false.