OpenMetaverse Protocol Library Developers API Documentation
Combine Method (first, second)
NamespacesOpenMetaverseUUIDCombine(UUID, UUID)
Combine two UUIDs together by taking the MD5 hash of a byte array containing both UUIDs
Declaration Syntax
C#
public 
static 
UUID 
Combine(
        
UUID 
first,
        
UUID 
second
)
Parameters
first ( UUID)
First UUID to combine
second ( UUID)
Second UUID to combine
Return Value
The UUID product of the combination

Assembly: OpenMetaverseTypes(Module: OpenMetaverseTypes.dll) Version: 0.0.0.0