op_Equality

PresentationFormats Equality operator

Checks two given PresentationFormats instances on equality

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

Return Value

True if are equal, false if are unequal

See Also