Equals

AlphaInverse.Equals method

Determines whether the specified AlphaInverse is equal to the current AlphaInverse.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe AlphaInverse to compare.

Return Value

true if objects are equal; otherwise, false.

See Also