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 | 
|---|---|
| bool | 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 | 
|---|---|
| bool | True if this object is equal to another object  |