Method Equals
Equals(Heading)
Determines whether passed instance has the same value as this one.
Declaration
public bool Equals(Scene.Heading other)
Parameters
Type | Name | Description |
---|---|---|
Scene.Heading | other |
Returns
Type | Description |
---|---|
bool |
Implements
Equals(object)
Determines whether passed object has the same type and value as this one.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
bool |