op_Equality

SpreadsheetFormats Equality operator

Checks two given SpreadsheetFormats instances on equality

public static bool operator ==(SpreadsheetFormats first, SpreadsheetFormats second)
Parameter Type Description
first SpreadsheetFormats First SpreadsheetFormats instance to check
second SpreadsheetFormats Second SpreadsheetFormats instance to check

Return Value

True if are equal, false if are unequal

See Also