'Declaration
Public Operator =( _ ByVal lhs As LoadingPoint, _ ByVal rhs As LoadingPoint _ ) As Boolean
'Usage
public bool operator ==( LoadingPoint lhs, LoadingPoint rhs )
Parameters
- lhs
- rhs
Return Value
true if lhs and rhs represent the same LoadingPoint; otherwise, false.