PrecisionModel.Equals

Equals(object)

Indicates whether the current object is equal to another object of the same type.

public override bool Equals(object other)
ParameterTypeDescription
otherObjectAn object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

See Also


Equals(PrecisionModel)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(PrecisionModel other)
ParameterTypeDescription
otherPrecisionModelAn object to compare with this object.

Return Value

true if the current object is equal to the other parameter; otherwise, false.

See Also