Method Equals
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
Equals(b3Transform)
Indicates whether the current object is equal to another object of the same type.
public readonly bool Equals(b3Transform other)Parameters
otherb3Transform-
An object to compare with this object.
Returns
Equals(object?)
Indicates whether this instance and a specified object are equal.
public override readonly bool Equals(object? obj)Parameters
objobject?-
The object to compare with the current instance.