op_Inequality

FixedLayoutFormats Inequality operator

Checks two given FixedLayoutFormats instances on inequality

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

Return Value

True if are not equal, false if are equal

See Also