[]
Indicates whether this instance and a specified BulletGraphBorder object are equal.
public bool Equals(BulletGraphBorder obj)
| Type | Name | Description |
|---|---|---|
| BulletGraphBorder | obj | Another BulletGraphBorder object to compare to. |
| Type | Description |
|---|---|
| bool | true if obj and this instance are the same type and represent the same value; otherwise, false. |
Indicates whether this instance and a specified object are equal.
public override bool Equals(object obj)
| Type | Name | Description |
|---|---|---|
| object | obj | Another object to compare to. |
| Type | Description |
|---|---|
| bool | true if obj and this instance are the same type and represent the same value; otherwise, false. |