Method Equals
Equals(AspectType)
Test if this AspectType is equal to another AspectType
Declaration
public bool Equals(AspectType other)
Parameters
| Type | Name | Description |
|---|---|---|
| AspectType | other | AspectType to test equality with |
Returns
| Type | Description |
|---|---|
| Boolean | True if this AspectType is equal to another AspectType |
Equals(Object)
Test if this object is equal to another object
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | obj | Object to test equality with |
Returns
| Type | Description |
|---|---|
| Boolean | True if this object is equal to another object |