Operator operator ==
operator ==(GraphicsConfigIdentity, GraphicsConfigIdentity)
Determines whether two GraphicsConfigIdentity instances are equal.
public static bool operator ==(GraphicsConfigIdentity left, GraphicsConfigIdentity right)
Parameters
leftGraphicsConfigIdentityThe first GraphicsConfigIdentity instance to compare.
rightGraphicsConfigIdentityThe second GraphicsConfigIdentity instance to compare.
Returns
- bool
true if the specified GraphicsConfigIdentity instances are equal; otherwise, false.