FrameDimension.Equals

FrameDimension.Equals method

Returns a value that indicates whether the specified object is a FrameDimension equivalent to this FrameDimension object.

public override bool Equals(object o)
ParameterTypeDescription
oObjectThe object to test.

Return Value

Returns true if o is a FrameDimension equivalent to this FrameDimension object; otherwise, false.

See Also