PerceptionVideoProfile.IsEqual(PerceptionVideoProfile) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于确定两个 IPerceptionVideoProfile 对象是否等效的比较函数。
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
参数
- other
- PerceptionVideoProfile
要与此对象进行比较的 IPerceptionVideoProfile 对象。
返回
Boolean
bool
如果两个视频配置文件等效,则为 True,否则为 false。
- 属性