[]
Compares this VisualPrimitive object with another VisualPrimitive object returns true if objects represent same object.
public override bool Compare(VisualPrimitive v)
Type | Name | Description |
---|---|---|
VisualPrimitive | v | The VisualPrimitive object to compare with. |
Type | Description |
---|---|
bool | Returns true if two objects are same. |