Equals

AlphaCeiling.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also