ImageProperties 1.0 control documentation

Returns a value indicating whether this instance and a specified Object represent the same type and value.

[Visual Basic]
Overrides Overloads Public Function Equals( _
   ByVal value As Object _
) As Boolean
[C#]
public override bool Equals(
   object value
);

Parameters

value
An Object.

Return Value

true if value is a Int32Fraction and equal to this instance; otherwise, false.

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace | Int32Fraction.Equals Overload List