PerceptionVideoProfile.IsEqual(PerceptionVideoProfile) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine Vergleichsfunktion, mit der ermittelt wird, ob zwei IPerceptionVideoProfile-Objekte gleichwertig sind.
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
Parameter
- other
- PerceptionVideoProfile
Das IPerceptionVideoProfile-Objekt, das mit diesem verglichen werden soll.
Gibt zurück
Boolean
bool
True, wenn die beiden Videoprofile gleichwertig sind, andernfalls false.
- Attribute