Method Equals
Equals(BodyFrame)
Tests if this BodyFrame is considered equal to another.
Declaration
public bool Equals(BodyFrame other)
Parameters
Type | Name | Description |
---|---|---|
BodyFrame | other | The body frame to compare to this object. |
Returns
Type | Description |
---|---|
bool | True if the objects are considered equal, false if they are not. |
Implements
Equals(object)
Tests if this object is considered equal to another.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj | The object to compare to this object. |
Returns
Type | Description |
---|---|
bool | True if the objects are considered equal, false if they are not. |