PerceptionVideoProfile.IsEqual(PerceptionVideoProfile) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A comparison function used to determine if two IPerceptionVideoProfile objects are equivalent.
public:
virtual bool IsEqual(PerceptionVideoProfile ^ other) = IsEqual;
bool IsEqual(PerceptionVideoProfile const& other);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool IsEqual(PerceptionVideoProfile const& other);
public bool IsEqual(PerceptionVideoProfile other);
[Windows.Foundation.Metadata.Deprecated("PerceptionVideoProfile may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameFormat instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public bool IsEqual(PerceptionVideoProfile other);
function isEqual(other)
Public Function IsEqual (other As PerceptionVideoProfile) As Boolean
Parameters
- other
- PerceptionVideoProfile
The IPerceptionVideoProfile object to compare to this one.
Returns
Boolean
bool
True if the two video profiles are equivalent, otherwise false.
- Attributes