ImageProperties 1.0 control documentation

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

[Visual Basic]
returnValue = Int32Fraction.op_Inequality(f1, f2)
[C#]
public static bool operator !=(
   Int32Fraction f1,
   Int32Fraction f2
);

Parameters

f1
An Int32Fraction.
f2
An Int32Fraction.

Return Value

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

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace