Summary
Indicates whether the current object is equal to another object of the same type.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- PropertyDelegate
Syntax
public bool Equals(PropertyDelegate other)
Attributes
Type | Description |
---|---|
Nullable |
Parameters
Name | Type | Description |
---|---|---|
other | PropertyDelegate | An object to compare with this object. |
Return Value
Type | Description |
---|---|
bool | true if the current object is equal to the other parameter; otherwise, false. |