This document is archived and information here might be outdated. Recommended version. |
Indicates if the origin set is identical to the destination set, i.e. that every origin network location also exists as a destination network location.
[Visual Basic .NET]
Public ReadOnly Property AreOriginsIdenticalToDestinations As Boolean
[C#]
public bool AreOriginsIdenticalToDestinations {get;}
[C++]
HRESULT get_AreOriginsIdenticalToDestinations(
Boolean* areIdentical
);
[C++] Parameters areIdentical [out, retval]
areIdentical is a parameter of type bool*
Returns True if the set of origin locations is identical to the set of destination locations in index sequence.