PerceptionVideoProfile.IsEqual(PerceptionVideoProfile) 方法

定义

用于确定两个 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。

属性

适用于