IWbsField.FieldDefinitionEquals Method

Determines whether the specified field definition (not formatting) is equal to one of the current field.
Function FieldDefinitionEquals( _ 
ByVal otherField As IWbsField
) As Boolean
This language is not supported or no code example is available.
bool FieldDefinitionEquals( 
IWbsField otherField 
)
This language is not supported or no code example is available.

Parameters

otherField
IWbsField

The IWbsField to compare with the current field.

Return Value

bool

true if the specified field has the same definition as the current field; otherwise, false.

Remarks
 
The field formatting is ignored by this method.
Version
 
Available since QDV 7.18.655.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition