MaterialBaseEquals(IMaterial) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: Altaxo.Drawing.D3D.MaterialAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract bool Equals(
IMaterial? other
)
Parameters
- other IMaterial
- An object to compare with this object.
Return Value
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)See Also