Margins.Equals

Equals(Margins)

Tests whether two Margins structures are equal.

public bool Equals(Margins other)
ParameterTypeDescription
otherMarginsThe Margins structure.

Return Value

The Boolean.

See Also


Equals(object)

Tests whether two Margins structures are equal.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectAny object.

Return Value

The Boolean.

See Also