|
|
Performs a value comparison.
Namespace: Autodesk.Navisworks.Api.Schema
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Function ValueCompares ( _ rhs As SchemaData _ ) As Integer |
| C# |
|---|
public int ValueCompares( SchemaData rhs ) |
| Visual C++ |
|---|
public: int ValueCompares( SchemaData^ rhs ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | C++ exception 'LcUSchemaInvalidException' thrown |
| System..::..ObjectDisposedException | Object has been Disposed |
| System..::..ArgumentNullException | Argument 'rhs' is null |
| System..::..ArgumentException | Argument 'rhs' has been Disposed |