Compares two levels of detail for equal values in all properties.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As LodInfo
Dim other As LodInfo
Dim value As Boolean
value = instance.Compare(other) |
Parameters
- other
- Other level of detail to compare with the current one.
Return Value
True if both LODs have the same values for all properties, false otherwise.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also