H265VideoProfile.Equality(H265VideoProfile, H265VideoProfile) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if two H265VideoProfile values are the same.
public static bool operator == (Azure.ResourceManager.Media.Models.H265VideoProfile left, Azure.ResourceManager.Media.Models.H265VideoProfile right);
static member ( = ) : Azure.ResourceManager.Media.Models.H265VideoProfile * Azure.ResourceManager.Media.Models.H265VideoProfile -> bool
Public Shared Operator == (left As H265VideoProfile, right As H265VideoProfile) As Boolean
Parameters
- left
- H265VideoProfile
- right
- H265VideoProfile
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET