Equals

BiLevel.Equals method

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

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

Return Value

true if objects are equal; otherwise, false.

See Also