Code.Equals Method
- Updated2023-02-21
- 2 minute(s) read
| Name | Description | |
|---|---|---|
| Equals(Code) | Determines whether the specified other object is equal to the current instance of Code. Equivalency is determined using the Setup, Main, and CleanUp code sections. | |
| Equals(Object) | Determines whether the specified obj, which must be a Code object, is equal to the current instance of Code. Equivalency is determined using the Setup, Main, and CleanUp code sections. (Overrides Object.Equals(Object).) |