The System.Object to which the PlaneItem object is being compared.
[Visual Basic]
Overrides Public NotOverridable Function Equals( _
ByVal obj As Object _
) As Boolean
[C#]
public override bool Equals(
object obj
);
The System.Object to which the PlaneItem object is being compared.
Compares the PlaneItem object to another System.Object to see whether they are equal.
PlaneItem Class | PlaneItem Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.