Equals

AlphaBiLevel.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also