ImageProperties 1.0 control documentation

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

[Visual Basic]
Overloads Public Shared Function Equals( _
   ByVal f1 As Int32Fraction, _
   ByVal f2 As Int32Fraction _
) As Boolean
[C#]
public static bool Equals(
   Int32Fraction f1,
   Int32Fraction f2
);

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 | Int32Fraction.Equals Overload List