Equals

Equals(object)

Determines whether this instance is equal to the specified FormatFamilyBase instance.

public override bool Equals(object obj)
Parameter Type Description
obj Object The FormatFamilyBase instance to compare with the current instance.

Return Value

true if the specified FormatFamilyBase is equal to the current instance; otherwise, false.

See Also


Equals(FormatFamilyBase)

Determines whether this instance is equal to the specified FormatFamilyBase instance.

public bool Equals(FormatFamilyBase other)
Parameter Type Description
other FormatFamilyBase The FormatFamilyBase instance to compare with the current instance.

Return Value

true if the specified FormatFamilyBase is equal to the current instance; otherwise, false.

See Also