ChensGradiusMod
Chen.GradiusMod.Drones.DroneInfo
DroneInfo.Equals(DroneInfo) Method
Compares this instance and the other to see if they are “equal” as defined.
For equality, always use this method instead of equality operators.
public bool Equals(Chen.GradiusMod.Drones.DroneInfo other);
Parameters
other
DroneInfo
The other instance being compared with
Returns
System.Boolean
True if equal, false if not.