Summary
Determines whether the specified
object
, is equal to this instance.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- PropertyDelegate
Syntax
public override bool Equals(object obj)
Attributes
Type | Description |
---|---|
Nullable |
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object to compare with this instance. |
Return Value
Type | Description |
---|---|
bool |
true if the specified object is equal to this instance; otherwise, false .
|