ComparisonCaps.SupportsNotEqual Property (Microsoft.DirectX.Direct3D)

Retrieves a value that indicates whether comparison tests in which the new value does not equal the current value are supported.

Definition

Visual Basic Public ReadOnly Property SupportsNotEqual As Boolean
C# public bool SupportsNotEqual { get; }
C++ public:
property bool SupportsNotEqual {
        bool get();
}
JScript public function get SupportsNotEqual() : boolean

Property Value

System.Boolean
Value that is true if comparison tests in which the new value does not equal the current value are supported, or false if they are not.

This property is read-only.