共用方式為


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。

屬性

適用於