Equals

AlphaModulate.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also