Equals Method (AudioType)

Summary
Determines whether the specified Object is equal to the current Object.
Syntax
C#
C++/CLI
public override bool Equals( 
   object obj 
) 
public: 
bool Equals(  
   Object^ obj 
) override  

Parameters

obj
The Object to compare with the current Object.

Return Value

True if the specified Object is equal to the current Object; false, otherwise.

Remarks

The default implementation of Equals supports reference equality for reference types, and bitwise equality for value types. Reference equality means the object references that are compared refer to the same object. Bitwise equality means the objects that are compared have the same binary representation.

Requirements

Target Platforms

See Also

Reference

AudioType Class

AudioType Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaStreaming Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.