CustomPropertyValue Operators and Type Conversions |
The CustomPropertyValue type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality(Object, CustomPropertyValue) |
Implements the operator ==.
|
![]() ![]() | Equality(AttributeValue, CustomPropertyValue) |
Implements the operator ==.
|
![]() ![]() | Equality(CustomPropertyValue, CustomPropertyValue) |
Implements the operator ==.
|
![]() ![]() | (CustomPropertyValue to String) |
Performs an explicit conversion from CustomPropertyValue to String.
|
![]() ![]() | (String to CustomPropertyValue) |
Performs an implicit conversion from String to CustomPropertyValue.
|
![]() ![]() | Inequality(Object, CustomPropertyValue) |
Implements the operator !=.
|
![]() ![]() | Inequality(AttributeValue, CustomPropertyValue) |
Implements the operator !=.
|
![]() ![]() | Inequality(CustomPropertyValue, CustomPropertyValue) |
Implements the operator !=.
|