-
Home
-
API
-
SharpYaml
-
Version
-
Methods
-
Equals(Object?)
Equals(Object?) Method
Definition
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.