| Name | Description |
|---|
 | 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.) |