Method Equals
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override bool Equals(object? obj)
Parameters
objobjectThe object to compare with the current instance.
Returns
- bool
true if
objand this instance are the same type and represent the same value; otherwise, false.
Equals(GraphicsConfigIdentity)
Determines whether the specified GraphicsConfigIdentity is equal to the current instance.
public bool Equals(GraphicsConfigIdentity other)
Parameters
otherGraphicsConfigIdentityThe GraphicsConfigIdentity to compare with the current instance.
Returns
- bool
true if the specified GraphicsConfigIdentity is equal to the current instance; otherwise, false.