Equals

AlphaFloor.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also