op_Equality

FixedLayoutFormats Equality operator

Checks two given FixedLayoutFormats instances on equality

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

See Also