op_Inequality

SpreadsheetFormats Inequality operator

Checks two given SpreadsheetFormats instances on inequality

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 not equal, false if are equal

See Also