←Select platform

Equals Method

Summary

Determines whether the specified Object is equal to the current Object.

Syntax

C#
VB
C++
public override bool Equals(  
   object obj 
) 
Public Overrides Function Equals( _ 
   ByVal obj As Object _ 
) As Boolean 
public: 
bool Equals(  
   Object^ obj 
) override  

Parameters

obj
The Object to compare with the current Object.

Return Value

true if the specified object is equivalent to the current object; otherwise, it is false.

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

Renderer Class

Renderer Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly