ComparisonCaps.SupportsNever Property (Microsoft.DirectX.Direct3D)
Retrieves a value that indicates whether never passing the comparison test is supported.
Definition
Visual Basic Public ReadOnly Property SupportsNever As Boolean C# public bool SupportsNever { get; } C++ public:
property bool SupportsNever {
bool get();
}JScript public function get SupportsNever() : boolean
Property Value
System.Boolean
Value that is true if never passing the comparison test is supported, or false if it is not.This property is read-only.