'Declaration Public Operator =( _ ByVal left As DataPointer, _ ByVal right As DataPointer _ ) As System.Boolean
public System.bool operator ==( DataPointer left, DataPointer right )
Parameters
- left
- The left.
- right
- The right.
Return Value
The result of the operator.