Method Equals
Equals(object)
Indicates whether the current instance is equal to the specified object.
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current instance. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the current instance is equal to the specified object. Otherwise, returns false. |
Overrides
Equals(RenderFilterSettings)
Indicates whether the current instance is equal to the specified RenderFilterSettings.
Declaration
public bool Equals(RenderFilterSettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderFilterSettings | other | The RenderFilterSettings to compare with the current instance. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the current instance is equal to the specified RenderFilterSettings. Otherwise, returns false. |