Equals

Equals(StampType)

Determines whether the specified stamp type is equal to the current object.

public bool Equals(StampType other)
Parameter Type Description
other StampType Object for comparison.

Return Value

Result of comparison.

See Also


Equals(object)

Overridden method determines whether the specified System.Object is equal to the current System.Object.

public override bool Equals(object obj)
Parameter Type Description
obj Object Object for comparison.

Return Value

Result of comparison.

See Also