[This is preliminary documentation and is subject to change.]
Compare two MPI groups.
Namespace:
MPIAssembly: MPI (in MPI.dll)
Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public Comparison Compare( Group other ) |
| Visual Basic (Declaration) |
|---|
Public Function Compare ( _ other As Group _ ) As Comparison |
| Visual C++ |
|---|
public: Comparison Compare( Group^ other ) |
Parameters
- other
- Type: MPI..::.Group