Method ReflectEquals
ReflectEquals(object, object)
Using reflection to determinate whether object is equal to or not.
Declaration
public static bool ReflectEquals(this object self, object target)
Parameters
| Type | Name | Description |
|---|---|---|
| object | self | Object to be invoked ReflectEquals on. |
| object | target | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | True if equals |