An NDoc Documented Class Library

ASDID Equality Operator 

Equality operator for an askSam Document Identification to an unsigned long

public static bool operator ==(
   ASDID v1,
   long v2
);

Parameters

v1
askSam Document Identification
v2
unsigned long value

Return Value

is the askSam Document Identification on the left-hand-side equal to the unsigned long on the right-hand-side?

Remarks

Missing <remarks> documentation for M:askSam.ASDID.op_Equality(askSam.ASDID,System.Int64)

See Also

ASDID Class | askSam Namespace | ASDID Equality Operator Overload List