Mesh3Equals(IReadonlyMesh) Method
Check whether this equals other.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public bool Equals(
IReadonlyMesh other
)
Public Function Equals (
other As IReadonlyMesh
) As Boolean
public:
virtual bool Equals(
IReadonlyMesh^ other
) sealed
abstract Equals :
other : IReadonlyMesh -> bool
override Equals :
other : IReadonlyMesh -> bool
- other IReadonlyMesh
- Other mesh3 to compare this with.
BooleanTrue in case of equality.
IEquatableTEquals(T)