Determines whether the specified LineDef object is equal to the current object. This method compares the property values on the objects.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public override bool Equals(
	Object obj
)
Visual Basic
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean

Parameters

obj
Type: System..::..Object
The object to compare with the current object.

Return Value

true if the specified object's properties are equal to the current one's, false otherwise.

See Also