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