Variables.Equals Method
- Updated2023-02-21
- 2 minute(s) read
| Name | Description | |
|---|---|---|
| Equals(Variables) | Determines whether the specified other object is equal to the current Variables instance. Equivalency is determined using the LocalVariables, Parameters, and ReturnType. | |
| Equals(Object) | Determines whether the specified obj, which must be a Variables object, is equal to the current Variables instance. Equivalency is determined using the LocalVariables, Parameters, and ReturnType. (Overrides Object.Equals(Object).) |