Statement.Equals Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
| Name | Description | |
|---|---|---|
| Equals(Statement) | Determines whether the specified other object is equal to the current instance of Statement. This is an abstract declaration only. Derived classes must implement the correct Equals comparison for that class. | |
| Equals(Object) | Determines whether the specified obj, which must be a Statement object, is equal to the current instance of Statement. (Overrides Object.Equals(Object).) |