Method Equals
Equals(object?)
Determines if another object is equals to this class instance.
public override bool Equals(object? obj)
Parameters
obj
objectThe another object which will be used to compare.
Determines if another object is equals to this class instance.
public override bool Equals(object? obj)
obj
objectThe another object which will be used to compare.