ArcFM Engine Developer Guide
DoesNotEqual Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function DoesNotEqual( _
   ByVal phases As Phases, _
   ByVal otherPhases As Phases _
) As Boolean
'Usage
 
Dim phases As Phases
Dim otherPhases As Phases
Dim value As Boolean
 
value = PhaseExtensions.DoesNotEqual(phases, otherPhases)
[Extension()]
public static bool DoesNotEqual( 
   Phases phases,
   Phases otherPhases
)

Parameters

phases
otherPhases
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PhaseExtensions Class
PhaseExtensions Members

 

 


Send Comment