True if this member's ID matches the given IP address and process ID.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public bool Equal( uint ipAddress, uint processId ) |
| Visual Basic (Declaration) |
|---|
Public Function Equal ( _ ipAddress As UInteger, _ processId As UInteger _ ) As Boolean |
| Visual C++ |
|---|
public: bool Equal ( unsigned int ipAddress, unsigned int processId ) |
Parameters
- ipAddress
- UInt32
- processId
- UInt32
See Also
MemberId Class
GemStone.GemFire.Cache Namespace