ImageProperties 1.0 control documentation

Returns a value indicating whether two specified instances of Int32Fraction represent the same value.

[Visual�Basic]
returnValue = Int32Fraction.op_Equality(f1,�f2)
[C#]
public�static�bool�operator ==(
���Int32Fractionf1,
���Int32Fractionf2
);

Parameters

f1
An Int32Fraction.
f2
An Int32Fraction.

Return Value

true if f1 and f2 are equal; otherwise, false.

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace