Click or drag to resize

M_ObjectCompare Method

Compates this object to another. Returns True if similar.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public virtual bool Compare(
	M_Object otherObject
)

Parameters

otherObject
Type: MicaSystems.UtilsM_Object

Return Value

Type: Boolean
See Also