VertexDataUnit.Equals
Contents
[
Hide
]Equals(object)
Indicates whether the current object is equal to another object.
public override bool Equals(object obj)
| Parameter | Type | Description |
|---|---|---|
| obj | Object | An object to compare with this object. |
Return Value
true if the current object is equal to the obj parameter; otherwise, false.
See Also
- class VertexDataUnit
- namespace Aspose.CAD.FileFormats.Stl.StlObjects
- assembly Aspose.CAD
Equals(VertexDataUnit)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(VertexDataUnit other)
| Parameter | Type | Description |
|---|---|---|
| other | VertexDataUnit | An object to compare with this object. |
Return Value
true if the current object is equal to the other parameter; otherwise, false.
See Also
- class VertexDataUnit
- namespace Aspose.CAD.FileFormats.Stl.StlObjects
- assembly Aspose.CAD