ChargeEquals(Charge) Method
            Returns a value indicating whether this instance is equal to a specified 
Charge value.
            
Namespace: Gemstone.UnitsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.150 -- Release Build+64e3b411e1abfbd2d4d8a81e850c3909a0ce8731
public bool Equals(
	Charge obj
)
Public Function Equals ( 
	obj As Charge
) As Boolean
public:
virtual bool Equals(
	Charge obj
) sealed
- obj  Charge
 - A Charge value to compare to this instance.
 
Boolean
            True if obj has the same value as this instance; otherwise, False.
            
IEquatableTEquals(T)