VeriStand .NET API Reference

CaseStatement.Equals Method

NameDescription
Equals(CaseStatement) Determines whether the specified other object is equal to the current instance of CaseStatement. Equivalency is determined using the CaseValue and the body of code that the case executes.
Equals(Object) Determines whether the specified obj, which must be a CaseStatement object, is equal to the current CaseStatement. Equivalency is determined using the CaseValue and the body of code that the case executes. (Overrides CodeSection.Equals(Object).)
Equals(CodeSection) Determines whether the specified other object is equal to the current instance of CodeSection. Equivalency is determined using the Body code block. (Inherited from CodeSection.)

See Also

Log in to get a better experience